toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.event
/
[jvm]SpellCheckCompleted
Spell
Check
Completed
interface
SpellCheckCompleted
:
BrowserEvent
An event indicating that spell checking on the frame has been completed.
Members
Functions
browser
Link copied to clipboard
open
fun
browser
(
)
:
Browser
Returns the
Browser
instance initiated this event.
checked
Text
Link copied to clipboard
open
fun
checkedText
(
)
:
String
Returns a string that represents the text that has been checked by the spell checker.
frame
Link copied to clipboard
open
fun
frame
(
)
:
Frame
Returns the
Frame
instance in which spell checking has been completed.
results
Link copied to clipboard
open
fun
results
(
)
:
List
<
SpellCheckingResult
>
Returns an immutable list of the spell checking results.